/*
Theme Name: Red Essence
Theme URI: http://www.simplewpthemes.com
Description: Clean and simple wordpress theme
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
Tags: fixed width, two columns, widgetized
*/
@import url("css/comments.css");
@import url("css/reset.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #911909;
  text-decoration: none;
}

a:hover {
  color: #000;
}
/***************END LINKS*************************/

html body {
  background: #d2d2d2;
  font-size: 12px;
  font-family: Trebuchet MS;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 100%;
  height: 150px;
  background: url(images/header.jpg) repeat;
}
#logo {
  background: url(images/logo.jpg) no-repeat;
  width: 960px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  left: 10px;
}


#top {
  width: 100%;
  height: 47px;
  background: url(images/nav.gif) repeat-x;
  margin: 0 auto;
}
/***************NAVIGATION*************************/

ul#nav {
 width: 960px;
 margin: 0 auto;
}

ul#nav li {
  display: inline;
}

ul#nav li a {
  float: left;
  display: block;
  padding: 18px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}


ul#nav li.current_page_item a, ul#nav li a:hover {
  background: url(images/nava.gif) repeat-x;
  color: #000;
  margin-top: -5px;
  overflow: hidden;
  padding-bottom: 18px;
  padding-top: 22px;
  position: relative;
}


#rsslinks {
  float: right;
  text-transform: uppercase;
  padding: 12px;
}

#rsslinks a {
  color: #d8e3dc;
  background: url(images/rss.png) no-repeat scroll 0 2px;
  padding-left: 20px;
  font-weight: bold;
}

/***************NAVIGATION*************************/

#contentwrap {
  float: left;
  width: 660px;
}
h3.follow {
  position: relative;
  left: 25px;
  font-size: 20px;
  font-family: Georgia;
}


#topsoc {
  background: #f5fbfe url(images/sidetop.gif) repeat-x scroll top;
  border: 1px solid #ba9a95;
  border-top: none;
  width: 278px;
  margin: 10px 0 10px 20px;
}

.tweet, .rss, .mail {
  margin-left: 17px;
}

#sidebar {
  float: right;
  width: 300px;
}

#footer {
  clear: both;
  text-align: center;
  background: url(images/footer.gif) repeat-x;
  padding: 17px;
  color: #fff;
  height: 1%;
}
#footer a  {
  color: #fff;
}
.sponsors   {
  text-align: center;
}


.inside {
  padding: 10px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/
.widget_search {
  padding: 4px 0;
}


#s {
  width: 240px;
  border: 1px solid #ccc;
  margin-left: 3px;
}
#searchsubmit {
  background: #ba9a95;
  border: none;
  color: #fff;
}


#sidebar h3 {
  padding: 15px 10px 0px 10px;
  font-size: 18px;
  margin-left: 60px;
  color: #4a3936;
}

.side-widget {
  margin-left: 20px;
  width: 278px;
  background: #f5fbfe url(images/sidetop.gif) repeat-x scroll top;
  border: 1px solid #ba9a95;
  border-top: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Georgia;
  font-weight: bold;
}

.side-widget ul li {
  line-height: 30px;
  padding: 0 20px;
  background: url(images/list.gif) no-repeat scroll 0 6px;
  margin-left: 16px;
}
.side-widget a, .side-widget a:visited {
  color: #4a3936;
}
.side-widget a:hover {
  color: #ccc;
}


.side-widget ul li ul li {
  margin-left: -19px;

}



/***************POST STYLES*************************/
.bord {
  border-bottom: 1px solid #e3dfdf;
  padding-bottom: 30px;
}


.date {
  width: 63px;
  height: 65px;
  background: url(images/date.jpg) no-repeat;
  float: left;
  color: #4a3936;
  margin-right: 15px;
}
.day {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 5px 0px 8px;
}
.month {
  clear: both;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  display: inline;
}


.post h2 {
  margin-bottom: 10px;

}
.post h2 a, post h2 a:visited {
  color: #000;
}
.meta {
  margin-left: 10px;
}
.meta, .meta a:link, .meta a:visited {
  color: #000;
  font-weight: bold;
}


.postmetadata {
  margin-top: 15px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  padding: 10px 10px 20px 10px;
}

.post, #post {
  border: 1px solid #b8b8b8;
  margin-bottom: 15px;
  background: #fff;
  margin-top: 10px;
}

.entry {
  margin-top: 10px;
  line-height: 20px;
  color: #444444;
}

.entry li {
  margin-left: 20px;
  list-style: circle;
}

.entry ol li {
  list-style: decimal;
}
a.more-link, .comm a:link {
  float: left;
  font-weight: bold;
  color: #911909;
}
.comm a:link {
  background: url(images/comm.jpg) no-repeat;
  padding: 8px 8px 8px 12px;
  margin-top: -9px;
  position: relative;
}
.comm {
  float: right;
}


blockquote {
  border-left: 10px solid #F1F1F1;
  margin-left: 20px;
}

blockquote p {
  padding: 10px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}

.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}

caption {
  background: #ccc;
  width: 100%;
}

#wp-calendar {

}

th {
  padding: 14px;
}

td a:link {
  background: #ccc;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}

/***************END WP STYLES*************************/


* html #sidebar, * html .side-widget, * html #topsoc {
  width: 275px;
}

